Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 3fef4a2a571a0d4654ad0c744b1aa37555951759


Parents : 01ad9cc
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-03-22T14:11:18+03:00

Add .pnpm-store/ to .dockerignore, .gitignore, and .prettierignore

Changes

3 files changed, 6 insertions(+), 0 deletions(-)


Diff

diff --git a/.dockerignore b/.dockerignore
index 531f60f8..3c8353f1 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -17,6 +17,7 @@ Makefile
/build-dir/
/python-dist/
/node_modules/
+.pnpm-store/
**/__pycache__/
*.py[cod]
*$py.class

diff --git a/.gitignore b/.gitignore
index fc89eb19..fb1414ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
# Dependencies
node_modules/
+.pnpm-store/
# Python
__pycache__/
@@ -71,6 +72,9 @@ Thumbs.db
.env.local
.env.*.local
+# Docker (local compose overrides)
+docker-compose.override.yml
+
.coverage
meshchat-config/

diff --git a/.prettierignore b/.prettierignore
index 5ab4ab50..396cb0b8 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -3,6 +3,7 @@
# Dependencies
node_modules/
pnpm-lock.yaml
+.pnpm-store/
# Build output
dist/


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────